Skip to content

Feat/taxonomy publishing#304

Closed
harshithad0703 wants to merge 28 commits intodevelopmentfrom
feat/taxonomy-publishing
Closed

Feat/taxonomy publishing#304
harshithad0703 wants to merge 28 commits intodevelopmentfrom
feat/taxonomy-publishing

Conversation

@harshithad0703
Copy link
Contributor

No description provided.

harshitha-cstk and others added 25 commits October 13, 2025 14:00
feat: Add ancestors method to Term class and update related tests
feat: Add descendants method to Term class and update related tests
@harshithad0703 harshithad0703 self-assigned this Jan 29, 2026
@github-actions
Copy link

github-actions bot commented Jan 29, 2026

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements
94.97% (-4.35% 🔻)
888/935
🟢 Branches
94.93% (-2.3% 🔻)
281/296
🟢 Functions
92.72% (-5.23% 🔻)
191/206
🟢 Lines
95.58% (-3.82% 🔻)
843/882
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴 taxonomy/index.ts 26.67% 0% 0% 30.77%
🔴 query/term-query.ts 25% 100% 0% 25%
🔴 taxonomy/term.ts 9.09% 0% 0% 11.11%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / taxonomy-query.ts
66.67% (-33.33% 🔻)
100%
50% (-50% 🔻)
66.67% (-33.33% 🔻)
🟢 stack/stack.ts
98.08% (-1.92% 🔻)
95.65% (-4.35% 🔻)
100% 100%

Test suite run failed

Failed tests: 0/654. Failed suites: 3/34.
  ● Test suite failed to run

    test/unit/term.spec.ts:5:22 - error TS2307: Cannot find module '../../src/lib/term' or its corresponding type declarations.

    5 import { Term } from '../../src/lib/term';
                           ~~~~~~~~~~~~~~~~~~~~
    test/unit/term.spec.ts:6:26 - error TS2307: Cannot find module '../../src/lib/taxonomy' or its corresponding type declarations.

    6 import { Taxonomy } from '../../src/lib/taxonomy';
                               ~~~~~~~~~~~~~~~~~~~~~~~~


  ● Test suite failed to run

    test/unit/taxonomy.spec.ts:1:31 - error TS2307: Cannot find module '../../src/lib/taxonomy-query' or its corresponding type declarations.

    1 import { TaxonomyQuery } from '../../src/lib/taxonomy-query';
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:2:26 - error TS2307: Cannot find module '../../src/lib/taxonomy' or its corresponding type declarations.

    2 import { Taxonomy } from '../../src/lib/taxonomy';
                               ~~~~~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:7:22 - error TS2307: Cannot find module '../../src/lib/term' or its corresponding type declarations.

    7 import { Term } from '../../src/lib/term';
                           ~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:8:27 - error TS2307: Cannot find module '../../src/lib/term-query' or its corresponding type declarations.

    8 import { TermQuery } from '../../src/lib/term-query';
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~


  ● Test suite failed to run

    test/unit/term-query.spec.ts:1:27 - error TS2307: Cannot find module '../../src/lib/term-query' or its corresponding type declarations.

    1 import { TermQuery } from '../../src/lib/term-query';
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~

Report generated by 🧪jest coverage report action from 5587efd

nadeem-cs
nadeem-cs previously approved these changes Feb 4, 2026
@harshitha-cstk
Copy link

opened new PR with new GH account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants